home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Hacks
/
Hacks ’96
/
PredatorPrey
/
myLClikLoop.c
< prev
next >
Wrap
C/C++ Source or Header
|
1996-06-22
|
146b
|
13 lines
#include "myLClikLoop.h"
#include "Globals.h"
#ifndef __C14__
#include "PredatorPrey.h"
#endif
pascal Boolean myLClikLoop()
{
return(TRUE);
}